type reflect.bitVector
7 uses
reflect (current package)
abi.go#L347: stackPtrs *bitVector
abi.go#L399: stackPtrs := new(bitVector)
makefunc.go#L147: stack *bitVector // ptrmap for both stack args and results
type.go#L2486: bv := new(bitVector)
type.go#L2797: type bitVector struct {
type.go#L2803: func (bv *bitVector) append(bit uint8) {
type.go#L2816: func addTypeBits(bv *bitVector, offset uintptr, t *abi.Type) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)